minimal, standalone, oil-compatible filepath yanker
github.com·4h·
Discuss: r/neovim
neovim
Preview
Report Post

Hey everyone!

I just wrote my first Neovim plugin ever, so please forgive any rough edges. I'm very new to plugin development and not sure how "mature" this is yet. But I wanted to share it in case someone else finds it useful.

I really enjoy using oil.nvim for my workflow, but one feature I missed from Neo-tree was its great yank path menu (Y → choose full path / relative path / filename / etc.). I often need to copy different variants of a file path depending on the situation (full path, project path, home-relative, basename, …).

So I built a tiny plugin that provides just that feature, without needing Neo-tree, and it works inside Oil buffers too.

Note that this is mostly something...

Similar Posts

Loading similar posts...